Skip to content

Conversation

@das-tuta
Copy link
Contributor

This essentially fixes:

2025-08-13_12-12
  • Dialogs buttons had an in between border that did not apply the right style, this happened because buttons always set a border color status.
  • This change always sets a value for button colors, using ButtonColor.Dialog

das-tuta and others added 5 commits August 11, 2025 14:58
- When receiving a notification, the rust sdk always added _errors
  This caused hasError to return true and cause instance to not be saved
  despite the fact that for mails we had no errors.
- This will solve the issue only for mails which originate from the case
  above, other issues such as contacts or files are *not* solved by this

Co-authored-by: abp <abp@tutao.de>
Co-authored-by: kib <104761667+kibibytium@users.noreply.github.com>
Co-authored-by: jhm <17314077+jomapp@users.noreply.github.com>
Co-authored-by: sug <sug@tutao.de>
Co-authored-by: das <das@tutao.de>
- sync "Shield" and "BrokenShield" icons with fixed dimensions/viewBox
- add "Duplicate" icon
Copy link
Contributor

@charlag charlag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am a bit reluctant to extend Button with more options but I think for now it's the most sensible choice. Long term probably would need another button

Co-authored-by: das <das@tutao.de>
Co-authored-by: jomapp <17314077+jomapp@users.noreply.github.com>
Co-authored-by: abp <abp@tutao.de>
@das-tuta
Copy link
Contributor Author

I am a bit reluctant to extend Button with more options but I think for now it's the most sensible choice. Long term probably would need another button

Yeah, extending it was the best working idea I could come up with, thanks for the review.

- Dialogs buttons had an in between border that did not apply the right
 style, this happened because buttons always set a border color status.
- This change always sets a value for button colors,
  using ButtonColor.Dialog
@das-tuta das-tuta force-pushed the fix-dialog-border-color branch from aaf7e0d to fd60c5e Compare August 13, 2025 12:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants